This is my GITA 1 webpage! This page contains all of the projects that I have done in my GITA 1 school year. This year we program in C#! You can learn more and download the program yourself by clicking on the button below! In addition, you click on any of the projects to download them and try them out for yourself!
More about C#Goodbye Program: 8/28/20 This program says Goodbye in 5 different languages.
			You select the language you want the form to say goodbye in and it appears, replacing the previous Goodbye.
		
		 
 
	
Car Rental: 9/11/2020
		This program allows you to input your mailing information and format it for you, and then let you input the days rented,
			and odometer readings to calculate the total cost of renting the car. It also displays 
			the manager stats of the total number of returned cars, and average sale. 
		
		 
    
BMI: 9/18/2020
		This program calculates one's BMI based on their height and weight that they inputted.
			It also determines if one is underweight, overweight, obese, or the correct weight.
		
		 
    
Car Rental Upgrade: 9/23/2020
		 This program is an upgraded version of the original car rental program.  However, you can choose which car you want to rent,
			and what upgrades you want for the car to have. So, the program determines the cost of the rental for that specific type of car that you selected.
		
		 
    
Test Score Program: 9/28/2020
		 This program allows you to find the average of two tests.  You input your scores, and it displays the grades for each test,
			the average grade, and which of the two tests had a higher grade.
		
		 
    
Dice Game: 10/1/2020
		 This program shows the statistics of rolling the dice.  When you push the roll button, the two dice will "rolled," and The chart 
			will display the odds of rolling that number along with all of the other sums of the dice.
		
		 
    
Craps Game: 10/7/2020
		 This program simulates a real craps game.  You roll the dice, and when you do so, if you roll a 7 or 11 you win.  However, if you roll a 2, 3, or 12 on your first roll,
			you lose!  If you don't roll those numbers, the sum of the dice become your "point" and if you roll it in any of the following rolls, you win!  On the following rolls however, you lose
			if you roll a 7.  You keep rolling until you win or lose!
		
		 
    
Very very Boards T-shirts: 10/26/2020
		 This program allows one to order multiple T-shirts with different add-ons and sizes.  
			Then, it also displays the manager stats once the order has been completed.
		
		 
    
Fish Tank 1: 12/8/2020
		 This program displays an octopus that moves left or right with the push of a button.  It will also move autonomously if the button is pressed.
			The program will keep track of the amount of times the octopus bumped the left side of the "tank" and the right side of the "tank".
		
		 
    
N! Factorial: 1/21/2021
		 This program displays different sequences of numbers based on the rule.  There are 5 different rules,
			evens, odds, range, factorial, and fabonacci.  The length of the sequence is dependent on the value inputted
			into the text box.
		
		 
    
Basic AI: 2/9/2021
		 In this program, there is a player and computer, the computer follows the player.  The player can move
			using the wasd keys, and can shoot a bullet with the space bar.  If the bullet hits the computer, it loses a 
			life, but if the computer gets close enough to the player, the player loses a life.  Both the computer and 
			the player have 5 lives.
		
		 
    
Fish Aquarium: 3/4/2021
		 This program uses multiple arrays to create an aquarium with 20 octipi, and 1 crab that eats the octipi.
			There is also a ship that if the octipi touch the hook of the ship, they get caught. Bubbles also float around
			the form!
		
		